From ccb1124cf126a0d6c6ecfb2f067e7f5b0207eacf Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 17 Jan 2003 08:17:23 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 14 ++++++++++++++ src/ChangeLog | 2 ++ 2 files changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32ecca2ca61..433a32fc457 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2003-01-17 Kenichi Handa + + * international/fontset.el: Don't setup the default fontset and + font-encoding-alist at the top level. + (setup-default-fontset): New function. + (create-fontset-from-fontset-spec): Delete autoload cookie. + + * term/x-win.el: Require fontset unconditionally again. + Call setup-default-fontset at the top level. + + * term/w32-win.el: Call setup-default-fontset. + + * term/mac-win.el: Require fontset and call setup-default-fontset. + 2003-01-16 Kenichi Handa * international/ucs-tables.el: Undo the last change. diff --git a/src/ChangeLog b/src/ChangeLog index 355b0203f09..285f4133f4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-01-17 Kenichi Handa + * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here. + * editfns.c (Fformat): Convert an unibyte char argument that is formatted by "%c" to multibyte if the total result must be a multibyte string. -- 2.30.2